home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 1979 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: darkstar.prodigy.com!davidsen
  2. From: davidsen@tmr.com (bill davidsen)
  3. Newsgroups: comp.os.linux.networking,comp.dcom.modems
  4. Subject: Re: ISDN for Linux
  5. Date: 18 Jan 1996 23:06:04 GMT
  6. Organization: TMR Associates, Schenectady NY
  7. Message-ID: <4dmjos$n0s@usenety1.news.prodigy.com>
  8. References: <4betj8$qq9@nntp.Stanford.EDU> <30F93B47.2DF7@ubet.com> <slrn4fj488.f93.schmadde@schmadde.isdn.fu-berlin.de> <4de2k4$9r@grebble.oau.org>
  9. NNTP-Posting-Host: darkstar.prodigy.com
  10. Originator: davidsen@darkstar.prodigy.com
  11.  
  12. In article <4de2k4$9r@grebble.oau.org>,
  13. Eric Wampner <eww@grebble.oau.org> wrote:
  14.  
  15. | Well, I agree, getting the device to go faster than 115K is not useful
  16. | if you are using a serial port which can't go faster. My ZyXEL can do
  17. | 400K, still looking for a serial port. :-) (Of course, the ZyXEL has
  18. | a parallel interface, currently useless)
  19.  
  20. You might find that a parallel port buys you nothing...
  21.  
  22. Unless you have a buffered parallel port you will have to grab avery
  23. byte with the CPU before the next one comes in, somewhat like using
  24. a 16450 UART. And even with buffering the speed only rises to the
  25. limit of how much CPU you will spend moving bytes.
  26.  
  27. Ideally a fast serial port would be on a card which delivered the
  28. data to memory via DMA or bus master access, used the full bus width
  29. of (at least) 32 bits, and could be programmed to generate an IRQ
  30. N byte times after the first byte was received.
  31.  
  32. There's no problem getting data in via serial at high speed,
  33. Ethernet (10mbit), Token Ring (16mbit) and FDDI (100mbit) are all
  34. serial. The idea of using 8 bits at a time instead of one sounds
  35. great, but the truth is that the bottleneck is not from the modem to
  36. the UART, but between the UART and the memory.
  37. --
  38.     -bill davidsen (davidsen@tmr.com)
  39. "Anarchy does not scale well."  -Dave Welch
  40.